home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols srv018:1.2 srv008:1.2;
- locks ; strict;
- comment @@;
-
-
- 1.2
- date 91.09.01.21.17.30; author kupfer; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 91.08.30.16.06.53; author kupfer; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.2
- log
- @Track change to organization of makefile libraries.
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provided by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- LIBS += -lmach
-
- # At least for the time being, use the same compilation environment as
- # the Sprite server. It probably makes more sense to use the server's
- # environment than the Sprite "user" environment, because (a) the
- # emulation code is closely tied to the server and (b) the emulation
- # code needs to know about Mach.
- #include "/users/kupfer/lib/pmake/sprited.mk"
-
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d10 6
- a15 1
- #include "/users/kupfer/lib/pmake/mach.mk"
- @
-